none

inline fun none(predicate: (T) -> Boolean): Boolean

Returns false if the predicate is met by the value if this is Some or true otherwise.

Return

false if the predicate is met by the value if this is Some or true otherwise.

Since

1.1

Parameters

predicate

Predicate function.